JsonParseException Constructor |
Namespace:
Independentsoft.Json.Parser
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic JsonParseException(
string message,
int offset,
int line,
int column
)
Public Sub New (
message As String,
offset As Integer,
line As Integer,
column As Integer
)
Parameters
- message
- Type: SystemString
- offset
- Type: SystemInt32
- line
- Type: SystemInt32
- column
- Type: SystemInt32
See Also